From ee8a51aefda36402d7a74db969757bc9fde824d2 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 9 Oct 2009 01:33:26 +0200 Subject: [PATCH] Bug 562741 - babl Cygwin patch : PLATFORM_WIN32 patch --- babl/Makefile.am | 2 +- extensions/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/babl/Makefile.am b/babl/Makefile.am index f92f757..bc5b9ec 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -1,6 +1,6 @@ ## Source directory -if OS_WIN32 +if PLATFORM_WIN32 no_undefined = -no-undefined endif diff --git a/extensions/Makefile.am b/extensions/Makefile.am index 0991cf3..e8ad111 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -1,5 +1,5 @@ -if OS_WIN32 -AM_LDFLAGS = -module -no-undefined +if PLATFORM_WIN32 +AM_LDFLAGS = -module -avoid-version -no-undefined else AM_LDFLAGS = -module -avoid-version endif -- 2.30.2